[INFO] cloning repository https://github.com/ssebide/email_newsletter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ssebide/email_newsletter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssebide%2Femail_newsletter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssebide%2Femail_newsletter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6c579e8b0895cbc41655ff35b7942ab05110b851
[INFO] fixing ssebide/email_newsletter against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssebide%2Femail_newsletter" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/ssebide/email_newsletter
[INFO] finished tweaking git repo https://github.com/ssebide/email_newsletter
[INFO] tweaked toml for git repo https://github.com/ssebide/email_newsletter written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ssebide/email_newsletter on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ssebide/email_newsletter already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sqlx-macros v0.5.13
[INFO] [stderr]   Downloaded sqlx-rt v0.5.13
[INFO] [stderr]   Downloaded sqlformat v0.1.8
[INFO] [stderr]   Downloaded crc-catalog v1.1.1
[INFO] [stderr]   Downloaded atoi v0.4.0
[INFO] [stderr]   Downloaded windows-strings v0.5.0
[INFO] [stderr]   Downloaded windows-result v0.4.0
[INFO] [stderr]   Downloaded sha-1 v0.10.1
[INFO] [stderr]   Downloaded crc v2.1.0
[INFO] [stderr]   Downloaded hashlink v0.7.0
[INFO] [stderr]   Downloaded windows-core v0.62.1
[INFO] [stderr]   Downloaded sqlx v0.5.13
[INFO] [stderr]   Downloaded regex-lite v0.1.7
[INFO] [stderr]   Downloaded sqlx-core v0.5.13
[INFO] [stderr]   Downloaded actix-http v3.11.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 35194c8151e581251711dac2b2fabac37fafc98858ccf6a23a10be62a6aac91e
[INFO] running `Command { std: "docker" "start" "35194c8151e581251711dac2b2fabac37fafc98858ccf6a23a10be62a6aac91e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "35194c8151e581251711dac2b2fabac37fafc98858ccf6a23a10be62a6aac91e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "35194c8151e581251711dac2b2fabac37fafc98858ccf6a23a10be62a6aac91e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "35194c8151e581251711dac2b2fabac37fafc98858ccf6a23a10be62a6aac91e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.3
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking indexmap v2.11.4
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]     Checking regex-syntax v0.8.6
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling cc v1.2.40
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking regex-automata v0.4.11
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling crc-catalog v1.1.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling crc v2.1.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashlink v0.7.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]     Checking deranged v0.5.4
[INFO] [stderr]    Compiling sqlformat v0.1.8
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling futures-intrusive v0.4.2
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]    Compiling atoi v0.4.0
[INFO] [stderr]    Compiling sha-1 v0.10.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking regex v1.11.3
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling bytestring v1.5.0
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]     Checking unicode-xid v0.1.0
[INFO] [stderr]    Compiling regex-lite v0.1.7
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking brotli v8.0.2
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking num-traits v0.1.43
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking serde v0.8.23
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking cookie v0.16.2
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking quote v0.6.13
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling actix-rt v2.11.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]     Checking rust-ini v0.13.0
[INFO] [stderr]     Checking serde-hjson v0.9.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]    Compiling webpki-roots v0.21.1
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling sqlx-rt v0.5.13
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking actix-router v0.5.3
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking actix-server v2.6.0
[INFO] [stderr]     Checking config v0.11.0
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling sqlx-core v0.5.13
[INFO] [stderr]     Checking actix-http v3.11.1
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking actix-web v4.11.0
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]    Compiling sqlx-macros v0.5.13
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stdout] error[E0432]: unresolved import `syn::spanned`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/derives/attributes.rs:4:10
[INFO] [stdout]     |
[INFO] [stdout]   4 | use syn::spanned::Spanned;
[INFO] [stdout]     |          ^^^^^^^ could not find `spanned` in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:456:9
[INFO] [stdout]     |
[INFO] [stdout] 454 | #[cfg(all(feature = "parsing", feature = "printing"))]
[INFO] [stdout]     |           ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] 455 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))]
[INFO] [stdout] 456 | pub mod spanned;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `syn::DeriveInput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/derives/attributes.rs:6:22
[INFO] [stdout]     |
[INFO] [stdout]   6 | use syn::{Attribute, DeriveInput, Field, Lit, Meta, MetaNameValue, NestedMeta, Variant};
[INFO] [stdout]     |                      ^^^^^^^^^^^ no `DeriveInput` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:64
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `syn::parse_quote`, `syn::Data`, `syn::DataEnum`, `syn::DataStruct`, `syn::DeriveInput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/derives/decode.rs:11:5
[INFO] [stdout]     |
[INFO] [stdout]  11 |     parse_quote, Arm, Data, DataEnum, DataStruct, DeriveInput, Field, Fields, FieldsNamed,
[INFO] [stdout]     |     ^^^^^^^^^^^       ^^^^  ^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^ no `DeriveInput` in the root
[INFO] [stdout]     |     |                 |     |         |
[INFO] [stdout]     |     |                 |     |         no `DataStruct` in the root
[INFO] [stdout]     |     |                 |     no `DataEnum` in the root
[INFO] [stdout]     |     |                 no `Data` in the root
[INFO] [stdout]     |     no `parse_quote` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:443:9
[INFO] [stdout]     |
[INFO] [stdout] 441 | #[cfg(feature = "parsing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] 442 | #[doc(hidden)]
[INFO] [stdout] 443 | pub mod parse_quote;
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:25
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:31
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:41
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                                         ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:64
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                                                                ^^^^^^^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]  11 -     parse_quote, Arm, Data, DataEnum, DataStruct, DeriveInput, Field, Fields, FieldsNamed,
[INFO] [stdout]  11 +     parse_quote, Arm, data, DataEnum, DataStruct, DeriveInput, Field, Fields, FieldsNamed,
[INFO] [stdout]     |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]  11 -     parse_quote, Arm, Data, DataEnum, DataStruct, DeriveInput, Field, Fields, FieldsNamed,
[INFO] [stdout]  11 +     parse_quote, Arm, Data, DataEnum, PatStruct, DeriveInput, Field, Fields, FieldsNamed,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `syn::parse_quote`, `syn::Data`, `syn::DataEnum`, `syn::DataStruct`, `syn::DeriveInput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/derives/encode.rs:11:5
[INFO] [stdout]     |
[INFO] [stdout]  11 |     parse_quote, Data, DataEnum, DataStruct, DeriveInput, Expr, Field, Fields, FieldsNamed,
[INFO] [stdout]     |     ^^^^^^^^^^^  ^^^^  ^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^ no `DeriveInput` in the root
[INFO] [stdout]     |     |            |     |         |
[INFO] [stdout]     |     |            |     |         no `DataStruct` in the root
[INFO] [stdout]     |     |            |     no `DataEnum` in the root
[INFO] [stdout]     |     |            no `Data` in the root
[INFO] [stdout]     |     no `parse_quote` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:443:9
[INFO] [stdout]     |
[INFO] [stdout] 441 | #[cfg(feature = "parsing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] 442 | #[doc(hidden)]
[INFO] [stdout] 443 | pub mod parse_quote;
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:25
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:31
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:41
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                                         ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:64
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                                                                ^^^^^^^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]  11 -     parse_quote, Data, DataEnum, DataStruct, DeriveInput, Expr, Field, Fields, FieldsNamed,
[INFO] [stdout]  11 +     parse_quote, data, DataEnum, DataStruct, DeriveInput, Expr, Field, Fields, FieldsNamed,
[INFO] [stdout]     |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]  11 -     parse_quote, Data, DataEnum, DataStruct, DeriveInput, Expr, Field, Fields, FieldsNamed,
[INFO] [stdout]  11 +     parse_quote, Data, DataEnum, PatStruct, DeriveInput, Expr, Field, Fields, FieldsNamed,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `syn::parse_quote`, `syn::Data`, `syn::DataStruct`, `syn::DeriveInput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/derives/row.rs:4:5
[INFO] [stdout]     |
[INFO] [stdout]   4 |     parse_quote, punctuated::Punctuated, token::Comma, Data, DataStruct, DeriveInput, Field,
[INFO] [stdout]     |     ^^^^^^^^^^^                                        ^^^^  ^^^^^^^^^^  ^^^^^^^^^^^ no `DeriveInput` in the root
[INFO] [stdout]     |     |                                                  |     |
[INFO] [stdout]     |     |                                                  |     no `DataStruct` in the root
[INFO] [stdout]     |     no `parse_quote` in the root                       no `Data` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:443:9
[INFO] [stdout]     |
[INFO] [stdout] 441 | #[cfg(feature = "parsing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] 442 | #[doc(hidden)]
[INFO] [stdout] 443 | pub mod parse_quote;
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:25
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:41
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                                         ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:64
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                                                                ^^^^^^^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   4 -     parse_quote, punctuated::Punctuated, token::Comma, Data, DataStruct, DeriveInput, Field,
[INFO] [stdout]   4 +     parse_quote, punctuated::Punctuated, token::Comma, data, DataStruct, DeriveInput, Field,
[INFO] [stdout]     |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   4 -     parse_quote, punctuated::Punctuated, token::Comma, Data, DataStruct, DeriveInput, Field,
[INFO] [stdout]   4 +     parse_quote, punctuated::Punctuated, token::Comma, Data, PatStruct, DeriveInput, Field,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `syn::parse_quote`, `syn::Data`, `syn::DataEnum`, `syn::DataStruct`, `syn::DeriveInput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/derives/type.rs:10:5
[INFO] [stdout]     |
[INFO] [stdout]  10 |     parse_quote, Data, DataEnum, DataStruct, DeriveInput, Field, Fields, FieldsNamed,
[INFO] [stdout]     |     ^^^^^^^^^^^  ^^^^  ^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^ no `DeriveInput` in the root
[INFO] [stdout]     |     |            |     |         |
[INFO] [stdout]     |     |            |     |         no `DataStruct` in the root
[INFO] [stdout]     |     |            |     no `DataEnum` in the root
[INFO] [stdout]     |     |            no `Data` in the root
[INFO] [stdout]     |     no `parse_quote` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:443:9
[INFO] [stdout]     |
[INFO] [stdout] 441 | #[cfg(feature = "parsing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] 442 | #[doc(hidden)]
[INFO] [stdout] 443 | pub mod parse_quote;
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:25
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:31
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:41
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                                         ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:64
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                                                                ^^^^^^^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]  10 -     parse_quote, Data, DataEnum, DataStruct, DeriveInput, Field, Fields, FieldsNamed,
[INFO] [stdout]  10 +     parse_quote, data, DataEnum, DataStruct, DeriveInput, Field, Fields, FieldsNamed,
[INFO] [stdout]     |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]  10 -     parse_quote, Data, DataEnum, DataStruct, DeriveInput, Field, Fields, FieldsNamed,
[INFO] [stdout]  10 +     parse_quote, Data, DataEnum, PatStruct, DeriveInput, Field, Fields, FieldsNamed,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `syn::DeriveInput`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/derives/mod.rs:16:5
[INFO] [stdout]     |
[INFO] [stdout]  16 | use syn::DeriveInput;
[INFO] [stdout]     |     ^^^^^-----------
[INFO] [stdout]     |          |
[INFO] [stdout]     |          no `DeriveInput` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:392:64
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[cfg(feature = "derive")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `derive` feature
[INFO] [stdout] 392 | pub use crate::derive::{Data, DataEnum, DataStruct, DataUnion, DeriveInput};
[INFO] [stdout]     |                                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `syn::spanned`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/query/args.rs:7:10
[INFO] [stdout]     |
[INFO] [stdout]   7 | use syn::spanned::Spanned;
[INFO] [stdout]     |          ^^^^^^^ could not find `spanned` in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:456:9
[INFO] [stdout]     |
[INFO] [stdout] 454 | #[cfg(all(feature = "parsing", feature = "printing"))]
[INFO] [stdout]     |           ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] 455 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))]
[INFO] [stdout] 456 | pub mod spanned;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `syn::parse`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/query/input.rs:4:10
[INFO] [stdout]     |
[INFO] [stdout]   4 | use syn::parse::{Parse, ParseStream};
[INFO] [stdout]     |          ^^^^^ could not find `parse` in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:805:9
[INFO] [stdout]     |
[INFO] [stdout] 803 | #[cfg(feature = "parsing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
[INFO] [stdout] 805 | pub mod parse;
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:868:8
[INFO] [stdout]     |
[INFO] [stdout] 864 |     feature = "parsing",
[INFO] [stdout]     |     ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] ...
[INFO] [stdout] 868 | pub fn parse<T: parse::Parse>(tokens: proc_macro::TokenStream) -> Result<T> {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `syn::parse`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/query/output.rs:12:10
[INFO] [stdout]     |
[INFO] [stdout]  12 | use syn::parse::{Parse, ParseStream};
[INFO] [stdout]     |          ^^^^^ could not find `parse` in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:805:9
[INFO] [stdout]     |
[INFO] [stdout] 803 | #[cfg(feature = "parsing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] 804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
[INFO] [stdout] 805 | pub mod parse;
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:868:8
[INFO] [stdout]     |
[INFO] [stdout] 864 |     feature = "parsing",
[INFO] [stdout]     |     ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] ...
[INFO] [stdout] 868 | pub fn parse<T: parse::Parse>(tokens: proc_macro::TokenStream) -> Result<T> {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `parse_macro_input` in `syn`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/lib.rs:29:22
[INFO] [stdout]     |
[INFO] [stdout]  29 |     let input = syn::parse_macro_input!(input as query::QueryMacroInput);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^ could not find `parse_macro_input` in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:452:9
[INFO] [stdout]     |
[INFO] [stdout] 448 |     feature = "parsing",
[INFO] [stdout]     |     ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] ...
[INFO] [stdout] 452 | pub mod parse_macro_input;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `parse_macro_input` in `syn`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/lib.rs:46:22
[INFO] [stdout]     |
[INFO] [stdout]  46 |     let input = syn::parse_macro_input!(tokenstream as syn::DeriveInput);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^ could not find `parse_macro_input` in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:452:9
[INFO] [stdout]     |
[INFO] [stdout] 448 |     feature = "parsing",
[INFO] [stdout]     |     ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] ...
[INFO] [stdout] 452 | pub mod parse_macro_input;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `parse_macro_input` in `syn`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/lib.rs:55:22
[INFO] [stdout]     |
[INFO] [stdout]  55 |     let input = syn::parse_macro_input!(tokenstream as syn::DeriveInput);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^ could not find `parse_macro_input` in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:452:9
[INFO] [stdout]     |
[INFO] [stdout] 448 |     feature = "parsing",
[INFO] [stdout]     |     ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] ...
[INFO] [stdout] 452 | pub mod parse_macro_input;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `parse_macro_input` in `syn`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/lib.rs:64:22
[INFO] [stdout]     |
[INFO] [stdout]  64 |     let input = syn::parse_macro_input!(tokenstream as syn::DeriveInput);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^ could not find `parse_macro_input` in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:452:9
[INFO] [stdout]     |
[INFO] [stdout] 448 |     feature = "parsing",
[INFO] [stdout]     |     ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] ...
[INFO] [stdout] 452 | pub mod parse_macro_input;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `parse_macro_input` in `syn`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/lib.rs:73:22
[INFO] [stdout]     |
[INFO] [stdout]  73 |     let input = syn::parse_macro_input!(input as syn::DeriveInput);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^ could not find `parse_macro_input` in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:452:9
[INFO] [stdout]     |
[INFO] [stdout] 448 |     feature = "parsing",
[INFO] [stdout]     |     ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] ...
[INFO] [stdout] 452 | pub mod parse_macro_input;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `parse_macro_input` in `syn`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/lib.rs:86:22
[INFO] [stdout]     |
[INFO] [stdout]  86 |     let input = syn::parse_macro_input!(input as LitStr);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^ could not find `parse_macro_input` in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:452:9
[INFO] [stdout]     |
[INFO] [stdout] 448 |     feature = "parsing",
[INFO] [stdout]     |     ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] ...
[INFO] [stdout] 452 | pub mod parse_macro_input;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `parse_macro_input` in `syn`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/lib.rs:103:22
[INFO] [stdout]     |
[INFO] [stdout] 103 |     let input = syn::parse_macro_input!(input as syn::ItemFn);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^ could not find `parse_macro_input` in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:452:9
[INFO] [stdout]     |
[INFO] [stdout] 448 |     feature = "parsing",
[INFO] [stdout]     |     ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] ...
[INFO] [stdout] 452 | pub mod parse_macro_input;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `parse_str` in crate `syn`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/database/mod.rs:18:14
[INFO] [stdout]     |
[INFO] [stdout]  18 |         syn::parse_str(Self::DATABASE_PATH).unwrap()
[INFO] [stdout]     |              ^^^^^^^^^ not found in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:917:8
[INFO] [stdout]     |
[INFO] [stdout] 915 | #[cfg(feature = "parsing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
[INFO] [stdout] 917 | pub fn parse_str<T: parse::Parse>(s: &str) -> Result<T> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `parse_str` in crate `syn`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/database/mod.rs:22:14
[INFO] [stdout]     |
[INFO] [stdout]  22 |         syn::parse_str(Self::ROW_PATH).unwrap()
[INFO] [stdout]     |              ^^^^^^^^^ not found in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:917:8
[INFO] [stdout]     |
[INFO] [stdout] 915 | #[cfg(feature = "parsing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
[INFO] [stdout] 917 | pub fn parse_str<T: parse::Parse>(s: &str) -> Result<T> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `parse_str` in crate `syn`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/query/output.rs:270:22
[INFO] [stdout]     |
[INFO] [stdout] 270 |                 syn::parse_str(remainder)?
[INFO] [stdout]     |                      ^^^^^^^^^ not found in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:917:8
[INFO] [stdout]     |
[INFO] [stdout] 915 | #[cfg(feature = "parsing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
[INFO] [stdout] 917 | pub fn parse_str<T: parse::Parse>(s: &str) -> Result<T> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `parse_str` in crate `syn`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/query/output.rs:325:33
[INFO] [stdout]     |
[INFO] [stdout] 325 |         if let Ok(ident) = syn::parse_str(&ident) {
[INFO] [stdout]     |                                 ^^^^^^^^^ not found in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:917:8
[INFO] [stdout]     |
[INFO] [stdout] 915 | #[cfg(feature = "parsing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
[INFO] [stdout] 917 | pub fn parse_str<T: parse::Parse>(s: &str) -> Result<T> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `parse_str` in crate `syn`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.5.13/src/query/mod.rs:318:46
[INFO] [stdout]     |
[INFO] [stdout] 318 |                 let record_name: Type = syn::parse_str("Record").unwrap();
[INFO] [stdout]     |                                              ^^^^^^^^^ not found in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs:917:8
[INFO] [stdout]     |
[INFO] [stdout] 915 | #[cfg(feature = "parsing")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `parsing` feature
[INFO] [stdout] 916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
[INFO] [stdout] 917 | pub fn parse_str<T: parse::Parse>(s: &str) -> Result<T> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sqlx-macros` (lib) due to 22 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "35194c8151e581251711dac2b2fabac37fafc98858ccf6a23a10be62a6aac91e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35194c8151e581251711dac2b2fabac37fafc98858ccf6a23a10be62a6aac91e", kill_on_drop: false }`
[INFO] [stdout] 35194c8151e581251711dac2b2fabac37fafc98858ccf6a23a10be62a6aac91e
